![]() |
PATH![]() |
![]() ![]() |
Gets the current state of a URL.
The URLGetCurrentState function obtains the current state of a data transfer with respect to the specified URL.
The following state constants can be returned at any time:
kURLNullState
kURLInitiatedState
kURLResourceFoundState
kURLDownloadingState
kURLAbortingState
kURLTransactionCompleteState
kURLErrorOccurredState
kURLUploadingState
The following state constants can be returned if the fileSpec parameter was NULL when your application called URLOpen :
kURLDataAvailableState , kURLTransactionCompleteState
F or a description of these constants, see State Constants .